adding Years
fun <Unit : YearOrSmaller, TimeUnit> TimePeriod<Unit>.addingYears(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving forward some number of years.
Parameters
count
The number of years by which to move forward.